home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network PC
/
Network PC.iso
/
amiga utilities
/
communication
/
internet
/
amitcp3.0b
/
src.lha
/
src
/
appl
/
askhost
/
amiga.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-08
|
245 b
|
15 lines
#ifndef _AMIGA_H_
#define _AMIGA_H_
#include <bsdsocket.h>
#include <proto/dos.h>
#define printf Printf
void herror(char * banner);
static void __inline
bcopy(char *a, char *b, int n) { for(; n; n--) *b++ = *a++; }
#endif /* _AMIGA_H_ */